basic-ads
Toggle table of contents
1.0.0
android
Target filter
android
Switch theme
Search in API
Skip to content
basic-ads
basic-ads
/
app.lexilabs.basic.ads.nativead
/
NativeAdDefault
/
[android]NativeAdButton
Native
Ad
Button
android
@
Composable
fun
NativeAdButton
(
text
:
String
,
modifier
:
Modifier
=
Modifier
,
textColor
:
Color
=
Color.White
,
backgroundColor
:
Color
=
Color.Black
,
shape
:
Shape
=
RectangleShape
)